home *** CD-ROM | disk | FTP | other *** search
- //-------------------------------------------------------------
- // Do not change this File without having the documentation !!!
- //-------------------------------------------------------------
-
- // DSPlayer def file
- // for dynamic Popupmenu creation ;)
-
-
- // about paylistfilepopupmenu.def
- // ------------------------------
- // filters, language and skins submenus are automaticly created
- // by DSPlayer
- // The following entries are the names of the MenuItems in the
- // popupmenu
- // to support functionality of new items,
- // the item click handler must be updated in the DSPlayer code
-
-
- // [popupmenu] is a static placeholder
- // this command can't be changed
- [popupmenu]
- ++icongroup begin
- **icon
- **open.bmp
- openfile
- blank1
- **icon
- **play.bmp
- play
- **icon
- **stop.bmp
- stop
- **icon
- **pause.bmp
- pause
- **icon
- **fastforward.bmp
- fastforward
- **icon
- **fastbackward.bmp
- fastbackward
- blank2
- **icon
- **next_chapter.bmp
- next
- **icon
- **previous_chapter.bmp
- previous
- [end]
- // "++******group end" is not supported before [end] tag !!!
- // no need to close the group there !!!